home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
DATABASE
/
S9303.ZIP;1
/
RUBEL.ZIP
/
SAMPLE.PRG
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-02-10
|
285 b
|
23 lines
Sample Password Code
DO CASE && from a menu
CASE m_choice = "Add"
DO add_it
CASE m_choice = "Edit"
DO edit_it
CASE m_choice = "Delete"
IF m->mypassword = "BLATZ"
DO delete_it
ELSE
?? chr(7)
ENDCASE
********